aboutsummaryrefslogtreecommitdiff
path: root/test/VFS/Inputs/actual_module.map
blob: d2f5b64a38d31b221d7c41d2b2f834763d3fe089 (plain) (blame)
1
2
3
4
5
6
7
8
module not_real {
  header "not_real.h"
  export *
}
module import_some_frame {
  header "import_some_frame.h"
  export *
}