wut/tests/test_compile_headers_as_cpp/main.cpp
GaryOderNichts 2c98cc91aa
Some checks failed
C/C++ CI / ubuntu-latest (push) Has been cancelled
Run clang-format
`find . -regex '.*\.\(cpp\|hpp\|cu\|cuh\|c\|h\)' -exec clang-format -style=file -i {} \;`
2025-06-05 11:06:04 +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;
}