OSDN Git Service

* gcc.dg/march.c: Ignore a note for some targets.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / test_tamdt.adb
1 -- { dg-do run }
2
3 with Tamdt;
4
5 procedure Test_Tamdt is
6 begin
7    Tamdt.Check;
8 end;