Skip to content
Snippets Groups Projects
assert_location.c 81 B
#include "assert_location.h"

void c() {
  assert("I'm in assert_location.c");
}