• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include <stdlib.h>
2 #include "test.h"
3 
4 __attribute__((constructor))
Ctor()5 void Ctor()
6 {
7 	exit(t_status);
8 }
9 
main()10 int main()
11 {
12 	return t_status;
13 }