Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail14416.d
blob: 9d0b3e8f402d929a5faa4fbdbd6645fd787c11a8 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/fail14416.d(13): Error: template `S(T)` does not have property `sizeof`
---
*/
struct
S
(
T
)
{
int
x
;
}
enum
n
=
S
.
sizeof
;