diffblue-cbmc/regression/cbmc/Function14
Michael Tautschnig c08a090d25 User-provided function definitions take precedence over built-ins
We should not replace calls to functions that have a body provided by
the user by our built-in definitions. While function names starting with
"_" are reserved in C and thus users shouldn't be using them, it is
certainly not true that anything named "nondet_*" is exclusively to be
captured by our built-ins.
2019-05-27 17:03:55 +00:00
..
main.c User-provided function definitions take precedence over built-ins 2019-05-27 17:03:55 +00:00
test.desc User-provided function definitions take precedence over built-ins 2019-05-27 17:03:55 +00:00