* structs.def: Add a descriptor for pointer.val field of dtv_t.
[glibc.git] / dlfcn / modstatic.c
blob5ea71171cfa2c0990c838327dda9723610f1c55c
1 extern int test (int);
3 int
4 test (int a)
6 return a + a;