summaryrefslogtreecommitdiff
path: root/elf/tst-order-main.c
blob: 80f4f6be185072de8f5b0838bcac2a48efe9239b (plain)
1
2
3
4
5
6
7
8
9
10
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>

int
main( int argc, char *argv[] )
{
  printf( "main\n" );
  exit(EXIT_SUCCESS);
}