Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b0d97aeea5fae4e4bb2e9199bf8e267f7b2c3f8f
/
.
/
Tests
/
LinkLineOrder
/
Two.c
blob: 6bffaa866aa1546a903da617d68797355159f122 [
file
]
void
OneFunc
();
void
NoDepZ_func
();
void
TwoFunc
()
{
OneFunc
();
NoDepZ_func
();
}