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
Land the long talked about "type system rewrite" patch. This
[llvm/stm8.git]
/
test
/
FrontendAda
/
unc_constructor.adb
blob
ee10de6c811d768b5ec249387fb967f96b6947a4
1
-- RUN: %llvmgcc -S %s -I%p/Support
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
;