Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
algol68
/
compile
/
error-mode-stropping-5.a68
blob: 0206d19f72f5582e9ad38518ce87480fa8c6ee42 [
file
]
begin
proc
union
(
int
,
real
)
j
;
j
:=
"joo"
{
dg
-
error
"char.*proc union \\( *real *, *int *\\)"
}
end