blob: 900522a21f4c4b660ab5135d2da4be1fe0032381 [file] [log] [blame]
/* To compile this, please type:
*
* gcc -g -Wall -shared -o libtest36-v0.so test36-1-v0.c test36-2-v0.c.
*/
struct S
{
int m0;
};
int
foo_1(struct S* s)
{
return s->m0;
}