[x86] Fully generalize the zext lowering in the new vector shuffle
[oota-llvm.git] / test / DebugInfo / Inputs / dwarfdump-test3-decl.h
1 #include "dwarfdump-test3-decl2.h"
2
3 class C {
4   explicit C(bool a = false, bool b = false);
5 };
6
7 void do1() {}