Literals testcase
This commit is contained in:
parent
a1f045260b
commit
402371c8aa
8
fco2/testcases/literals.occ
Normal file
8
fco2/testcases/literals.occ
Normal file
|
@ -0,0 +1,8 @@
|
|||
PROC P ()
|
||||
VAL INT a IS 12345678:
|
||||
VAL INT b IS #12345678:
|
||||
VAL REAL32 c IS 1234.5678:
|
||||
VAL REAL32 d IS 1234.567E+8:
|
||||
VAL BYTE e IS 'x':
|
||||
SKIP
|
||||
:
|
Loading…
Reference in New Issue
Block a user