blob: 5efb3bf43f86bbf647adfd5a689ee6839520daa3 [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 <stdio.h>
int main() {
if (printf("this is a test")) {
return 0;
} else {
return 1;
}
}