Files
swift-mirror/test/DebugInfo/Inputs/inline.h
Adrian Prantl 3356f7ac59 Pass the debug info settings through to Clang and ensure that compile units
created by Swift and Clang set the CU's compilation dir similarly.

rdar://problem/22692266

Swift SVN r32637
2015-10-12 22:20:58 +00:00

5 lines
47 B
C

static inline int
Foo(void) {
return 42;
}