1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/DebugInfo/Inputs/dwarfdump-test3-decl.h

8 lines
110 B
C++

#include "dwarfdump-test3-decl2.h"
class C {
explicit C(bool a = false, bool b = false);
};
void do1() {}