Brian Silverman | c270a4d | 2022-07-23 16:08:06 -0700 | [diff] [blame] | 1 | #ifndef BUILD_TESTS_HELLO_AUTOCXX_H_ |
2 | #define BUILD_TESTS_HELLO_AUTOCXX_H_ | ||||
3 | |||||
4 | #include <stdlib.h> | ||||
5 | |||||
6 | int plain_function() { return 971; } | ||||
7 | |||||
8 | #endif // BUILD_TESTS_HELLO_AUTOCXX_H_ |