repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
make the asmparser reject function and type redefinitions. 'Merging' hasn't been
[llvm/stm8.git]
/
test
/
FrontendAda
/
fat_fields.adb
blob
443a9b679c5599b577fd2176bff396faf03bd5f4
1
-- RUN: %llvmgcc -S %s -I%p/Support
2
-- RUN: %llvmgcc -S %s -I%p/Support -O2
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
;