blob: 24255a56ef4603c8753d488458da834c7c1d671b [file] [log] [blame]
#include <stdio.h>
#ifdef HAVE_WINDOWS_H
#include <windows.h>
#endif
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#ifdef HAVE_STAT_H
#include <stat.h>
#endif
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
int main(){
printf("%${}", ${});
return 0;
}