This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-28 17:49:22 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ecb7e5c8af
opnsense-src
/
test
/
CodeGen
/
static-local-union.c
5 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
Updaet clang to 92395.
2010-01-01 05:34:51 -05:00
// RUN: %clang_cc1 -emit-llvm < %s
Import Clang, at r72732.
2009-06-02 13:58:47 -04:00
int
a
(
)
{
static
union
{
int
a
;
}
r
[
2
]
=
{
1
,
2
}
;
return
r
[
1
]
.
a
;
}
Reference in a new issue
Copy permalink