1 | module M { |
---|---|
2 | module "textual_shadow" { header "textual_file_shadow.h" export *} |
3 | module "trigger" { header "empty.h" export * } |
4 | export * |
5 | } |
6 |
1 | module M { |
---|---|
2 | module "textual_shadow" { header "textual_file_shadow.h" export *} |
3 | module "trigger" { header "empty.h" export * } |
4 | export * |
5 | } |
6 |