Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / SemaCXX / pr9812.cpp
blob2cd0bede020124726f459efe1fcfa3cbe324a349
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
3 int test(int, char**)
5 bool signed; // expected-error {{'bool' cannot be signed or unsigned}} expected-warning {{declaration does not declare anything}}
7 return 0;