sit/tests/c++-compiler/stat_h.cpp

6 lines
71 B
C++

#define _GNU_SOURCE 1
#include <sys/stat.h>
int main()
{
return 0;
}