A brief survey of priority_queue usage in the tree turned this up
[oota-llvm.git] / test / FrontendC / 2007-03-26-ZeroWidthBitfield.c
1 // RUN: %llvmgcc %s -S -o -
2 struct Z { int :0; } z;