DEBSOURCES
Skip Quicknav
sources / frama-c / 20220511-manganese-5 / tests / syntax / assert_location.c
12345678910
/* run.config DEPS: assert_location.h STDOPT: */ #include "assert_location.h" void c() { assert("I'm in assert_location.c"); }