xref
: /
dports
/
devel
/
riscv32-unknown-elf-gcc
/
gcc-8.4.0
/
gcc
/
testsuite
/
g++.dg
/
parse
/
error49.C
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// PR c++/39681
2
main()
3
int
main
()
4
{
5
int
*
p
=
new
foo
;
// { dg-error "16:type" }
6
}
7