Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
f63a0d9b6c38c983d9ab9fd4bc8d107f36155a6d
/
.
/
build_tests
/
hello_autocxx.h
blob: 8b6e285bcd9cc644694a3f86c491ad2b1af88492 [
file
] [
log
] [
blame
]
#ifndef
BUILD_TESTS_HELLO_AUTOCXX_H_
#define
BUILD_TESTS_HELLO_AUTOCXX_H_
#include
<stdlib.h>
int
plain_function
()
{
return
971
;
}
#endif
// BUILD_TESTS_HELLO_AUTOCXX_H_