wut/tests/test_compile_headers_as_cpp/main.cpp
GaryOderNichts c237a8d29d
Run clang-format
`find . -regex '.*\.\(cpp\|hpp\|cu\|cuh\|c\|h\)' -exec clang-format -style=file -i {} \;`
2025-06-05 10:46:21 +01:00

9 lines
116 B
C++

#include "test_compile_headers_list.h"
int
main(int argc, char **argv)
{
(void)argc, (void)argv;
return 0;
}