blob: fde2fb70e46b888ecc41bfb9dd38ef6238a560ef [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.
#include <cstdio>
int ignore() {
puts("hello world");
return 0;
}