Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
94cf6d29d293750676267b56b4033be3ae97c7a1
/
.
/
tools
/
bazel_test.cc
blob: 27eda9a110017d6dadb229db48c901bbede13979 [
file
] [
log
] [
blame
]
// Copyright 2020 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
#include
<png.h>
int
main
(
int
argc
,
char
**
argv
)
{
return
png_access_version_number
()
==
10637
?
0
:
1
;
}