Jonas Maebe 21 years ago
parent
commit
b45bdb4991
1 changed files with 7 additions and 0 deletions
  1. 7 0
      tests/tbf/tb0168.pp

+ 7 - 0
tests/tbf/tb0168.pp

@@ -0,0 +1,7 @@
+{ %fail }
+
+var c: char;
+    p: pchar;
+begin
+  p := pchar(c);
+end.