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

8 lines
236 B
C++

static const int x = 1;
int main() <% /* <% is { */
return "ab"<: /* <: is [ */
0<::x /* <: is not { here; the < is a <, and the :: is a name qualifier for x */
:>; /* :> is ] */
%> /* %> is } */