// C++ compilation file used for testing bazel compilation. #include int main() { printf("Hello World!\n"); return 0; }