mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 00:29:07 +02:00
* problem with mixedup scanner in the current 1.1 compiler
This commit is contained in:
parent
675fe4bd59
commit
06a83acad6
11
tests/tbs/tb0406.pp
Normal file
11
tests/tbs/tb0406.pp
Normal file
@ -0,0 +1,11 @@
|
||||
unit tb0406;
|
||||
|
||||
{$ifndef WITH_FULL}
|
||||
|
||||
interface
|
||||
uses ub0406;
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
{$endif}
|
7
tests/tbs/ub0406.pp
Normal file
7
tests/tbs/ub0406.pp
Normal file
@ -0,0 +1,7 @@
|
||||
unit ub0406;
|
||||
interface
|
||||
|
||||
implementation
|
||||
uses tb0406;
|
||||
|
||||
end.
|
Loading…
Reference in New Issue
Block a user