mirror of
https://github.com/github/codeql.git
synced 2026-01-11 13:40:21 +01:00
8 lines
71 B
C++
8 lines
71 B
C++
#include "box.h"
|
|
|
|
void h() {
|
|
box(120);
|
|
box(134.f);
|
|
box("bee");
|
|
}
|