Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail239.d
blob: 14b6443528fe9fe47b6cd484927681061d9f2117 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/fail239.d(8): Error: type `F` is not an expression
---
*/
class
F
{
int
x
;
}
alias
typeof
(
F
).
x b
;