trick/test/SIM_isystem/models/third_party/Warning.hh

8 lines
145 B
C++
Raw Normal View History

2019-06-20 15:12:33 +00:00
// @trick_link_dependency{Warning.cpp}
/* This comment has an embedded /*, which causes a warning. */
static void foo() {
int i = 1 / 0;
}