lazarus/components/codetools/tests/laztests/tfoo.unit1.pas
2024-02-12 01:21:40 +01:00

13 lines
182 B
ObjectPascal

unit tfoo.Unit1;
{$mode ObjFPC}{$H+}
interface
type
bar = (fu1_b_a, fu1_b_b);
abc = (fu1_a_a, fu1_a_b);
u1 = (fu1_u_a, fu1_u_b, tbar, unit1, project1);
implementation
end.