csmith-project / csmith

Csmith, a random generator of C programs
http://embed.cs.utah.edu/csmith/
Other
1.01k stars 144 forks source link

csmith --lang-cpp --cpp11 -s 13102469174949929466 generate stuck #136

Open yansendao opened 3 years ago

yansendao commented 3 years ago

test command

time timeout 60 csmith --lang-cpp --cpp11 -s 13102469174949929466 ; echo $?

result:

/*
 * This is a RANDOMLY GENERATED PROGRAM.
 *
 * Generator: csmith 2.4.0
 * Git version: deddca6
 * Options:   --lang-cpp --cpp11 -s 13102469174949929466
 * Seed:      13102469174949929466
 */

#include "csmith.h"

static long __undefined;

real    1m0.001s
user    0m59.930s
sys     0m0.012s
124

image