9 lines
124 B
Plaintext
9 lines
124 B
Plaintext
|
module not_real {
|
||
|
header "not_real.h"
|
||
|
export *
|
||
|
}
|
||
|
module import_some_frame {
|
||
|
header "import_some_frame.h"
|
||
|
export *
|
||
|
}
|