Reorganize test files.
This commit is contained in:
5
tests/ModuleScanner/A.cppm
Normal file
5
tests/ModuleScanner/A.cppm
Normal file
@@ -0,0 +1,5 @@
|
||||
export module A;
|
||||
|
||||
export int f() {
|
||||
return 42;
|
||||
}
|
||||
Reference in New Issue
Block a user