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