Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / safe_browsing / mach_o / src.c
blob284756e00573e4b4eff26ee8c65182f1e49722af
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 int DoAThing() {
6 return 42;
9 int main() {
10 return 0;