blob: 6caf5bc4f872cef2bce5daca757b240e52c445fc [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
fn main() {
let args: Vec<String> = std::env::args().collect();
assert_eq!(args, vec!["/pkg/bin/args_reporter", "Hippos", "rule!"]);
}