diff options
Diffstat (limited to 'test/FrontendC/2003-11-18-CondExprLValue.c')
-rw-r--r-- | test/FrontendC/2003-11-18-CondExprLValue.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/FrontendC/2003-11-18-CondExprLValue.c b/test/FrontendC/2003-11-18-CondExprLValue.c deleted file mode 100644 index 68ee622..0000000 --- a/test/FrontendC/2003-11-18-CondExprLValue.c +++ /dev/null @@ -1,9 +0,0 @@ -// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null - -typedef struct { unsigned long pgprot; } pgprot_t; - -void split_large_page(unsigned long addr, pgprot_t prot) -{ - (addr ? prot : ((pgprot_t) { 0x001 } )).pgprot; -} - |