git-svn-id: trunk@39129 -
@@ -1,3 +1,4 @@
+{ %FILES=ctest.o }
{****************************************************************}
{ CODE GENERATOR TEST PROGRAM }
+{ %FILES=tcext3.o }
{ Tests passing of different records by value to C methods.
One type of these records has one field which is a simple array of bytes,
the other consists of a few fields of atomic size.
+{ %FILES=tcext4.o }
{ Tests passing of byte arrays by value of different sizes to C methods }
program passvaluestest;
{$MODE DELPHI}
+{ %FILES=tcext5.o }
+{ %FILES=tcext6.o }
+{ %FILES=cpptcl1.o }
{%TARGET=linux,darwin,go32v2}
{ Test the C++ name mangling for different parameter combinations }
program tcppclass1;
+{ %FILES=cpptcl2.o }
{ Test the C++ class renaming }
program tcppcl2;