GCC Code Coverage Report
Directory: . Exec Total Coverage
File: main.cpp Lines: 2 2 100.0 %
Date: 2018-06-03 19:25:06 Branches: 0 0 - %

Line Branch Exec Source
1
// vim: fileencoding=utf8
2
3
1
int main() {
4
    // non-BMP Unicode codepoint: ☃ (snowman)
5
    // chars that are different in common single-byte encodings:
6
    // œuvre, “typographic quotes”, ¦, ¼, €, ¤
7
1
    return 0;
8
}