SERVER-79137 convert visibility_test1 to build in bazel

This commit is contained in:
Zack Winter
2023-11-03 23:08:00 +00:00
committed by Evergreen Agent
parent 6e95344683
commit 03c8f50ee8
9 changed files with 193 additions and 65 deletions

View File

@@ -0,0 +1,8 @@
// C++ compilation file used for testing bazel compilation.
#include <iostream>
int main() {
printf("Hello World!\n");
return 0;
}