summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw38504.pp
blob: 6eb43cac70f29be179854f5111e2a2f414c73836 (plain)
1
2
3
4
5
6
7
8
9
10
11
{ %fail }
Var
  MyVar : char;

Procedure MyProc;
Begin
  MyVar := ''; (* <-- two single-quotes *)
End;

Begin
End.