1REQUIRES: x86-registered-target && host-byteorder-little-endian
2RUN: sancov -print-coverage-stats %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s
3
4CHECK: all-edges: 8
5CHECK: cov-edges: 5
6CHECK: all-functions: 2
7CHECK: cov-functions: 2
8
9
10