strace/tests/stack-fcall.c

8 lines
84 B
C
Raw Normal View History

#include "stack-fcall.h"
int main(int argc, char **argv)
{
f0(argc);
return 0;
}