3d1dcd9bfd
http://llvm.org/svn/llvm-project/cfe/branches/release_28@114020 Approved by: rpaulo (mentor)
5 lines
55 B
C
5 lines
55 B
C
#ifndef PREFIX_H
|
|
#define PREFIX_H
|
|
int foo(int);
|
|
#endif
|