blob: 62968e5fbfc9af6ff65ea1d804dd5cf62d9d4d4d [file] [log] [blame]
// RUN: %clang_cc1 -emit-llvm %s -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;
}