mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-24 22:08:57 -04:00

its absolute path on disk. Also, introduce a fun test for the precompiled preamble, which almost works... llvm-svn: 109470
5 lines
55 B
C
5 lines
55 B
C
#ifndef PREFIX_H
|
|
#define PREFIX_H
|
|
int foo(int);
|
|
#endif
|