Duncan Sands | 1b4b256 | 2007-07-23 13:41:53 +0000 | [diff] [blame] | 1 | -- RUN: %llvmgcc -c %s -I%p/Support |
Duncan Sands | d60a18d | 2007-05-02 07:43:14 +0000 | [diff] [blame] | 2 | package body Unc_Constructor is |
3 | procedure P (X : A) is | ||||
4 | begin | ||||
5 | if X = A0 then | ||||
6 | null; | ||||
7 | end if; | ||||
8 | end; | ||||
9 | end; |