Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
d5bf47a49fb5e5f20e8ddd2ac18b8461abda085f
/
.
/
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_