blob: 14fed46f3311c339f8fedcf40527d7e31b070ba1 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:mojo.bindings';
import 'dart:mojo.core';
main() {
MojoMessagePipe pipe = new MojoMessagePipe();
pipe.endpoints[0].handle.close();
pipe.endpoints[1].handle.close();
}