summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/test/uimpluni2.pp
blob: 91ec8762ceea14e7916596fb3287db36f1a0702b (plain)
1
2
3
4
5
6
7
8
9
10
unit uimpluni2;

interface

const
  ICantUseThis = 10000;

implementation

end.