summaryrefslogtreecommitdiff
path: root/lib/Test/Simple/t/simple.t
blob: 7f4f1f42d8f1b3e6ccbad75dcead60d0a3a52c0c (plain)
1
2
3
4
5
6
7
8
9
10
use strict;

BEGIN { $| = 1; $^W = 1; }

use Test::Simple tests => 3;

ok(1, 'compile');

ok(1);
ok(1, 'foo');