summaryrefslogtreecommitdiffstats
path: root/llvm/test/Reduce/Inputs/remove-funcs.sh
blob: 533ca62c0b16c790725b8f1c7ce3d48344ea1784 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

matches=$(cat $1 | grep "@interesting" | wc -l)

if [[ $matches > 0 ]]; then
  exit 0
else
  exit 1
fi
OpenPOWER on IntegriCloud