Files
sdk/runtime/vm/kernel.cc
T

14 lines
407 B
C++

// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
#include "vm/kernel.h"
#if !defined(DART_PRECOMPILED_RUNTIME)
namespace dart {
namespace kernel {} // namespace kernel
} // namespace dart
#endif // !defined(DART_PRECOMPILED_RUNTIME)