[PM] Wire up support for printing assembly output from the opt command.
[oota-llvm.git] / test / TableGen / Include.td
1 // RUN: llvm-tblgen -I %p %s
2
3 def BeforeInclude;
4
5 include "Include.inc"
6
7 def AfterInclude;
8