Files
swift-mirror/test/ClangModules/MixedSource/Inputs/error-on-define-impl.h
Jordan Rose 3028dc8f44 Failure to load a bridging header -> failure to load a module.
This is important for both test targets and for debugging.

rdar://problem/20616099

Swift SVN r30784
2015-07-30 00:39:35 +00:00

4 lines
35 B
C

#if ERROR
# error "badness"
#endif