mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-17 09:25:25 +00:00
8 lines
114 B
C
8 lines
114 B
C
// Note: do not remove, used by ../configure
|
|
|
|
#include <stdio.h>
|
|
|
|
int main(int argc, char **argv) {
|
|
return 0;
|
|
}
|