mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
This was accidentally causing a main module named "macros.swift" to be treated as an overlay module for the Clang header "macros.h", and the "overlay" was not re-exporting the Clang module. Swift SVN r7782
4 lines
34 B
C
4 lines
34 B
C
struct ScriptTy {
|
|
int value;
|
|
};
|