Add new interfaces
[oota-llvm.git] / test / CFrontend / 2003-11-18-CondExprLValue.c
1 typedef struct { unsigned long pgprot; } pgprot_t;
2
3 void split_large_page(unsigned long addr, pgprot_t prot)
4 {
5   (addr ? prot : ((pgprot_t) { 0x001 } )).pgprot;
6 }
7