Files
swift-mirror/test/ClangModules/Inputs/custom-modules/script.h
Jordan Rose dca88b5597 Don't use "main" as the name of a script module if it has a real file name.
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
2013-08-30 17:05:27 +00:00

4 lines
34 B
C

struct ScriptTy {
int value;
};