1## With --no-leading-lines, don't add leading lines (which is used to preserve line numbers). 2 3# RUN: split-file --no-leading-lines %s %t 4# RUN: count 1 < %t/a.txt 5# RUN: FileCheck %s < %t/a.txt 6 7# CHECK: input 8 9#--- a.txt 10input 11