blob: 0098ce720bfb76942047579a9b4376a5dbb4f690 [file]
// 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 'mojo:bindings';
import 'mojo:core';
main() {
MojoMessagePipe pipe = new MojoMessagePipe();
pipe.endpoints[0].handle.close();
pipe.endpoints[1].handle.close();
}