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

16 lines
236 B
ObjectPascal

unit tbar;
{$mode ObjFPC}{$H+}
interface
type
bar = (xb1, xb2);
abc = (xa1, xa2);
unit1 = (tbar_unit1_a, tbar_unit1_b);
project1 = (tbar_project1_a, tbar_project1_b);
tfoo = (tbar_tfoo_a, tbar_tfoo_b);
implementation
end.