blob: 1e4d3d3077c5d0e96161cecd174c5c66733da0bd [file] [log] [blame]
// Copyright (c) 2022, 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.
import 'package:path/path.dart';
import 'package:path/src/style/posix.dart';
void main() {
print(PosixStyle());
print(Style.posix);
}