blob: a06846f1d204c76b576b8d1592c1574b1fd337e1 [file] [log] [blame]
/* Compile with:
gcc -g -Wall -shared -o libtest22-compatible-fns-v0.so test22-compatible-fns-v0.c */
struct S
{
int m0;
};
void
func0(volatile struct S const * const * const * p)
{
}