llvm-project/compiler-rt/test/gwp_asan/dummy_test.cc

5 lines
128 B
C++

// Exists to simply stop warnings about lit not discovering any tests here.
// RUN: %clang %s -o %s.o
int main() { return 0; }