Files
codeql/cpp/ql/test/library-tests/noexcept/noexcept/box.cpp
2018-08-02 17:53:23 +01:00

8 lines
71 B
C++

#include "box.h"
void h() {
box(120);
box(134.f);
box("bee");
}