1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/test/Regression/CFrontend/2003-11-18-CondExprLValue.c
Chris Lattner 2ab2fc2f90 Testcase for PR131
llvm-svn: 10074
2003-11-18 23:46:07 +00:00

8 lines
164 B
C

typedef struct { unsigned long pgprot; } pgprot_t;
void split_large_page(unsigned long addr, pgprot_t prot)
{
(addr ? prot : ((pgprot_t) { 0x001 } )).pgprot;
}