2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1z / launder6.h
blobeca2ad46f18648637e2b8b41dd46ccc9428ad739
1 #ifndef GCC_TEST_LAUNDER6_H
2 #define GCC_TEST_LAUNDER6_H
4 struct A
6 int& x;
7 };
9 struct B
11 A a;
14 void f(B& b);
16 #endif