mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 17:00:01 +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() {}
|