mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:24:17 +01:00
8 lines
116 B
C
8 lines
116 B
C
#include "test_compile_headers_list.h"
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
(void)argc, (void)argv;
|
|
return 0;
|
|
}
|