#!/usr/bin/perl -n
print "$ARGV: $_" if /#ifdef FIXME/../#endif/;
