aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/compile/nested-comment-2.a68
blob: 9fc912f2687296619145d26c124c247e37d9a4c6 (plain)
1
2
3
4
5
6
{ The string in nested comment is in one logical line.  }
begin
      { puts ("{'n\
"); { this prints foo }}
      skip
end