Skip to content
Snippets Groups Projects
assert_location.h 72 B
#include "assert.h"

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