Home | History | Annotate | Download | only in testdata
      1 rule cc
      2   command = gcc -c -o $outs $ins
      3 
      4 rule ld
      5   command = gcc -o $outs $ins
      6