cpp

Coverage Report

Created: 2022-08-03 12:23

/home/andy/git/oilshell/oil/mycpp/examples/parse_preamble.h
Line
Count
Source (jump to first uncovered line)
1
#include "_test/asdl/expr_asdl.h"
2
#include "cpp/qsn.h"
3
4
// For hnode::External in asdl/format.py
5
0
inline Str* repr(void* obj) {
6
0
  NotImplemented(); // Uncalled
7
0
}