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-03-23 03:03:09 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ffe56ea4c3
opnsense-src
/
test
/
CoverageMapping
/
Inputs
/
code.h
14 lines
133 B
C
Raw
Normal View
History
Unescape
Escape
Vendor import of clang trunk r238337: https://llvm.org/svn/llvm-project/cfe/trunk@238337
2015-05-27 14:47:56 -04:00
// Some code for the middle of a program
Vendor import of clang RELEASE_360/rc1 tag r226102 (effectively, 3.6.0 RC1): https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_360/rc1@226102
2015-01-18 11:23:48 -05:00
x
=
x
;
if
(
x
=
=
0
)
{
x
=
1
;
}
else
{
x
=
2
;
}
if
(
true
)
{
x
=
x
;
}
else
{
x
=
x
;
}
Reference in a new issue
Copy permalink