/* This file is used by the hello_world_chromebrew build test package. It should be kept in tools/hello_world_chromebrew.c */ #include int main() { printf("Hello Chromebrew!"); return 0; }