Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
60385d2f522f6d002e2fce2c7f23d64d111eb1b9
/
.
/
Tests
/
PositionIndependentTargets
/
pic_lib.cpp
blob: b8b25a33efe169c6bb719a6b1401bfa49cb25d32 [
file
]
#include
"pic_test.h"
class
PIC_TEST_EXPORT
Dummy
{
int
dummy
();
};
int
Dummy
::
dummy
()
{
return
0
;
}