mirror of
https://github.com/devkitPro/wut.git
synced 2026-03-22 09:54:45 -05:00
Some checks failed
C/C++ CI / ubuntu-latest (push) Has been cancelled
`find . -regex '.*\.\(cpp\|hpp\|cu\|cuh\|c\|h\)' -exec clang-format -style=file -i {} \;`
9 lines
116 B
C++
9 lines
116 B
C++
#include "test_compile_headers_list.h"
|
|
|
|
int
|
|
main(int argc, char **argv)
|
|
{
|
|
(void)argc, (void)argv;
|
|
return 0;
|
|
}
|