aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/cxx-inline-namespace-b.h
blob: 242a585673ae5e57728c48f78bcd07d5875c87fd (plain) (blame)
1
2
3
4
5
@import cxx_inline_namespace;

struct X::Y::Z {
  void f(struct Elaborated);
};