Files
unison/build-support/empty-main.cc

6 lines
29 B
C++
Raw Normal View History

2022-10-07 20:08:35 +00:00
int
main()
{
2022-12-22 12:28:57 +00:00
return 0;
2022-10-07 20:08:35 +00:00
}