Richard Smith 5974ee637e Test files I forgot to svn add in r220448.
llvm-svn: 220449
2014-10-22 23:52:04 +00:00

9 lines
75 B
C

#ifdef GIMME_A_K
#ifndef K_H
#define K_H
const int k = 42;
#endif
#endif