diff options
Diffstat (limited to 'test/FrontendAda/unc_constructor.adb')
-rw-r--r-- | test/FrontendAda/unc_constructor.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendAda/unc_constructor.adb b/test/FrontendAda/unc_constructor.adb index bc3002c..ee10de6 100644 --- a/test/FrontendAda/unc_constructor.adb +++ b/test/FrontendAda/unc_constructor.adb @@ -1,4 +1,4 @@ --- RUN: %llvmgcc -c %s -I%p/Support +-- RUN: %llvmgcc -S %s -I%p/Support package body Unc_Constructor is procedure P (X : A) is begin |