tst-tlsmod15a.c 88 B

123456
  1. extern int nonexistent_dummy_var;
  2. int *
  3. foo (void)
  4. {
  5. return &nonexistent_dummy_var;
  6. }