Add some tests to make sure we're formatting structures with preferred names correctly. Differential Revision: https://reviews.llvm.org/D145832
4 lines
84 B
Makefile
4 lines
84 B
Makefile
CXX_SOURCES := main.cpp
|
|
CXXFLAGS_EXTRAS := -std=c++20 -glldb
|
|
include Makefile.rules
|