blob: 8b6e285bcd9cc644694a3f86c491ad2b1af88492 [file] [log] [blame]
Brian Silvermanc270a4d2022-07-23 16:08:06 -07001#ifndef BUILD_TESTS_HELLO_AUTOCXX_H_
2#define BUILD_TESTS_HELLO_AUTOCXX_H_
3
4#include <stdlib.h>
5
6int plain_function() { return 971; }
7
8#endif // BUILD_TESTS_HELLO_AUTOCXX_H_