summaryrefslogtreecommitdiff
path: root/src/sysdeps/tryancilautoclose.c
blob: 4cb08b390dd2c19564368c0c60ad5dc2f812e350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* ISC license. */

 /*
  * It's actually false everywhere.
  * Not removing the test for now because it would mean editing all the
  * places where the test happens. Will remove it later.
  */

int main (void)
{
  return 1 ;
}