read -formal <<EOT
module test(input foo);
always @(*) assert(foo);
endmodule
EOT
import -import test
prep
select -assert-count 1 t:$assert