repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is
[llvm/avr.git]
/
test
/
FrontendAda
/
var_offset.adb
blob
09f1c155a061dedffa6c57bec3932a46ec30a977
1
-- RUN: %llvmgcc -c %s -I%p/Support
2
package body
Var_Offset
is
3
function
F
(
X
:
T
)
return
Character
is
4
begin
5
return
X
.
Bad_Field
;
6
end
;
7
end
;