mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
8 lines
110 B
C
8 lines
110 B
C
|
#include "dwarfdump-test3-decl2.h"
|
||
|
|
||
|
class C {
|
||
|
explicit C(bool a = false, bool b = false);
|
||
|
};
|
||
|
|
||
|
void do1() {}
|