Sign in
android
/
platform
/
external
/
compiler-rt
/
refs/heads/android13-frc-ipsec-release
/
.
/
test
/
asan
/
TestCases
/
Helpers
/
initialization-bug-extra.cc
blob: 3c4cb411defad5bd13c4b98a3462d0a3cc9b82b5 [
file
] [
log
] [
blame
] [
edit
]
// This file simply declares a dynamically initialized var by the name of 'y'.
int
initY
()
{
return
5
;
}
int
y
=
initY
();