summaryrefslogtreecommitdiff
path: root/Test/irondafny0/xrefine0.dfy
blob: 35993ce80384aaef7ee4d71c891867d14a9850fe (plain)
1
2
3
4
5
6
// RUN: %dafny /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 {}