mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
12 lines
138 B
C
12 lines
138 B
C
#include "scalar.h"
|
|
|
|
int main(void)
|
|
{
|
|
/* SYS_fork 2 */
|
|
GO(SYS_fork, "0s 0m");
|
|
SY(SYS_fork);
|
|
|
|
return(0);
|
|
}
|
|
|