summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbs/ub0440.pp
blob: c94e527624f16b4d9b5cc27a232031f91f9bb5f1 (plain)
1
2
3
4
5
6
7
unit ub0440;
interface
const
  a = 'test';

implementation
end.