Dmitry V. Levin
23af76cc12
Prepare for the check of strace -k symbol names demangling. * tests/strace-k.test: Parametrize $test_prog and $expected. * tests/stack-fcall.h: New file. * tests/stack-fcall.c: Include "stack-fcall.h" * tests/stack-fcall-0.c: Likewise. * tests/stack-fcall-1.c: Likewise. * tests/stack-fcall-2.c: Likewise. * tests/stack-fcall-3.c: Likewise. * tests/Makefile.am (EXTRA_DIST): Add stack-fcall.h.
8 lines
84 B
C
8 lines
84 B
C
#include "stack-fcall.h"
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
f0(argc);
|
|
return 0;
|
|
}
|