After unrolling a loop with llvm.loop.unroll.count metadata (unroll factor
[oota-llvm.git] / test / YAMLParser / spec-07-04.data
1 # RUN: yaml-bench -canonical %s | FileCheck %s
2
3 %TAG !yaml! tag:yaml.org,2002:
4 ---
5 !yaml!str "foo"
6
7 #CHECK: !!str "foo"