summaryrefslogtreecommitdiff
path: root/test/DebugInfo/Inputs/dwarfdump-test3-decl.h
blob: 4a79e959b0ceb8fa7e71cf9daff027260843125d (plain)
1
2
3
4
5
6
7
#include "dwarfdump-test3-decl2.h"

class C {
  explicit C(bool a = false, bool b = false);
};

void do1() {}