[libc][NFC] Remove extra ; in exhaustive_test.h. (#124216)
[llvm-project.git] / lldb / test / API / functionalities / tsan / cpp_global_location / Makefile
blob5f671971d593c4c43867aeb1eb0d2ede08f69015
1 CXX_SOURCES := main.cpp
2 CFLAGS_EXTRAS := -fsanitize=thread -g
4 include Makefile.rules