[WebAssembly] Use the new offset syntax for memory operands in inline asm.
[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