Merge branch 'msvc'
[platform/upstream/automake.git] / lib / Automake / tests / DisjCon3.pl
1 # Catch common programming error:
2 # A non-reference passed to new.
3 use Automake::Condition qw/TRUE FALSE/;
4 use Automake::DisjConditions;
5
6 my $cond = new Automake::Condition ("COND1_TRUE");
7 new Automake::DisjConditions ("$cond");