8 lines
116 B
C
Raw Permalink Normal View History

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