1# RUN: cp %s %t && %update_test_body %t 2>&1 | count 0 2# RUN: diff -u %S/Inputs/basic-asm.test.expected %t 3 4.ifdef GEN 5#--- a.txt 6.long 0 7#--- b.txt 8.long 1 9#--- gen 10cat a.txt b.txt 11.endif 12