blob: bc4e435a57bed36c29ba582878f165d0aa9a308e [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();
}