xref: /llvm-project/lldb/test/API/lang/cpp/standards/cpp20/Makefile (revision 52882de0e641487329c9e093a90ea3dad01842c8)
1USE_LIBCPP := 1
2CXX_SOURCES := main.cpp
3CXXFLAGS_EXTRAS := -std=c++20
4
5include Makefile.rules
6