Duncan Sands | 2ceab52 | 2007-07-23 13:41:53 +0000 | [diff] [blame] | 1 | -- RUN: %llvmgcc -c %s -I%p/Support |
2 | -- RUN: %llvmgcc -c %s -I%p/Support -O2 | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 3 | package body Fat_Fields is |
4 | procedure Proc is | ||||
5 | begin | ||||
6 | if P = null then | ||||
7 | null; | ||||
8 | end if; | ||||
9 | end; | ||||
10 | end; |