diff options
Diffstat (limited to 'tests/test/terecs12a.pp')
-rw-r--r-- | tests/test/terecs12a.pp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/test/terecs12a.pp b/tests/test/terecs12a.pp new file mode 100644 index 0000000000..9857bedd73 --- /dev/null +++ b/tests/test/terecs12a.pp @@ -0,0 +1,19 @@ +{ %FAIL } +{ %NORUN } +program terecs12a; + +{$ifdef fpc} + {$mode delphi} +{$endif} + +procedure Test; +type + TRecord = record + private const + TestConst = 0; + end; +begin +end; + +begin +end.
\ No newline at end of file |