Implement irpc. Extracted from a patch by the PaX team. I just added the test.
[oota-llvm.git] / test / MC / AsmParser / directive_include.s
1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I  %p | FileCheck %s
2
3 # CHECK: TESTA:
4 # CHECK: TEST0:
5 # CHECK: a = 0
6 # CHECK: TESTB:
7 TESTA:  
8         .include       "directive_set.s"
9 TESTB: