diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2010-04-02 08:55:10 +0000 | 
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2010-04-02 08:55:10 +0000 | 
| commit | 11d2b2d2bb706fca0656f2760839721bb7f6cb6f (patch) | |
| tree | d374cdca417e76f1bf101f139dba2db1d10ee8f7 /test/Preprocessor/macro_disable4.c | |
| parent | c0c7bca4e5b8d12699dc93a0da49e9e4bb79671b (diff) | |
Notes
Diffstat (limited to 'test/Preprocessor/macro_disable4.c')
| -rw-r--r-- | test/Preprocessor/macro_disable4.c | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/test/Preprocessor/macro_disable4.c b/test/Preprocessor/macro_disable4.c deleted file mode 100644 index 820858c37f640..0000000000000 --- a/test/Preprocessor/macro_disable4.c +++ /dev/null @@ -1,6 +0,0 @@ -// RUN: %clang_cc1 -P -E %s | grep 'int f(void)' -// PR1820 - -#define f(x) h(x -#define h(x) x(void)  -extern int f(f)); | 
