summaryrefslogtreecommitdiff
path: root/Test/irondafny0/xrefine0.dfy
blob: b849111c6c67e3939e1ea0c05028023718f957f0 (plain)
1
2
3
4
5
6
// RUN: %dafny /ironDafny /compile:0 /print:"%t.print" /dprint:"%t.dprint" "%s" > "%t"
// RUN: %diff "%s.expect" "%t"

abstract module Delicious {}
module Chocolate exclusively refines Delicious {}
module Strawberry exclusively refines Delicious {}