8 lines
145 B
C++
Raw Normal View History

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