5 lines
107 B
C++
5 lines
107 B
C++
|
// Build don't link:
|
||
|
// GROUPS passed gb scope
|
||
|
struct c { typedef int t; };
|
||
|
struct d { typedef char t; };
|