summaryrefslogtreecommitdiff
path: root/avx512-0037785/tests/webtbs/uw38385a.pp
blob: 41110fc8a8f6dcd6c96bbdeca669f76b5219a2cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Unit uw38385a;

{$mode objfpc}{$H+}

Interface

Type
  IInterface1 = Interface(IInterface)
    Procedure p1();
  End;

Implementation



End.