aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/compile/error-mode-stropping-3.a68
blob: eb672c49533970646579b32ba04db8006144994f (plain)
1
2
3
begin union (int,real) j;
      j := "joo" { dg-error "char.*union \\( *real *, *int *\\)" }
end