Sign in
fuchsia
/
third_party
/
swift-clang
/
4deb154edccff8545d801c567628464082e7aeb9
/
.
/
test
/
Preprocessor
/
Inputs
/
TestFramework.framework
/
Headers
/
TestFramework.h
blob: 06f9ab545d6f25346ba94234e1333034e5f42df8 [
file
] [
log
] [
blame
]
// Include a subframework header.
#include
<AnotherTestFramework/AnotherTestFramework.h>
static
inline
int
test_framework_func
(
unsigned
a
)
{
return
a
;
}