OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / test_delay.adb
1 -- { dg-do run }
2
3 with Ada.Real_Time;
4         
5 procedure Test_Delay is
6 begin
7    delay until Ada.Real_Time.Clock;
8 end Test_Delay;