b.c (102B)
1 void record_seq(int v); 2 static void __attribute__((constructor(102))) init_b(void) { record_seq(2); }