1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +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() {}