mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 13:43:10 +00:00
67decaed24
Closes #407
8 lines
145 B
C++
8 lines
145 B
C++
// @trick_link_dependency{Warning.cpp}
|
|
|
|
/* This comment has an embedded /*, which causes a warning. */
|
|
|
|
static void foo() {
|
|
int i = 1 / 0;
|
|
}
|