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
76 B
C

#ifdef GIMME_AN_L
#ifndef L_H
#define L_H
const int l = 42;
#endif
#endif