Convert tests using "| wc -l | grep ..." to use the count script.
[oota-llvm.git] / test / TableGen / Include.td
1 // RUN: tblgen -I %p %s
2 def BeforeInclude;
3
4 include "Include.inc"
5
6 def AfterInclude;
7