implement .include in the lexer/parser instead of passing it into the streamer.
[oota-llvm.git] / test / MC / AsmParser / directive_include.s
1 # RUN: llvm-mc %s -I  %p | FileCheck %s
2
3 # CHECK: TESTA:
4 # CHECK: TEST0:
5 # CHECK: .set a, 0
6 # CHECK: TESTB:
7 TESTA:  
8         .include       "directive_set.s"
9 TESTB: