mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-16 14:09:41 +02:00
Merged revisions 2131 via svnmerge from
svn+ssh://jonas@svn.freepascal.org/FPC/svn/fpc/trunk r2131 (jonas) + test for macpas interface-only definition units git-svn-id: branches/fixes_2_0@2133 -
This commit is contained in:
parent
7c6e163ccd
commit
bdb514fe5e
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -5317,6 +5317,7 @@ tests/test/tinterface2.pp svneol=native#text/plain
|
||||
tests/test/tinterface3.pp svneol=native#text/plain
|
||||
tests/test/tinterface4.pp svneol=native#text/plain
|
||||
tests/test/tinterrupt.pp svneol=native#text/plain
|
||||
tests/test/tintfdef.pp svneol=native#text/plain
|
||||
tests/test/tintuint.pp svneol=native#text/plain
|
||||
tests/test/tlibrary1.pp svneol=native#text/plain
|
||||
tests/test/tlibrary2.pp svneol=native#text/plain
|
||||
|
11
tests/test/tintfdef.pp
Normal file
11
tests/test/tintfdef.pp
Normal file
@ -0,0 +1,11 @@
|
||||
{ %norun }
|
||||
{$mode macpas}
|
||||
|
||||
unit tintfdef;
|
||||
|
||||
interface
|
||||
|
||||
procedure testje;
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user