// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This file tests the C Mojo system macros and consists of "positive" tests, // i.e., those verifying that things work (without compile errors, or even // warnings if warnings are treated as errors). // TODO(vtl): Fix no-compile tests (which are all disabled; crbug.com/105388) // and write some "negative" tests. #include "mojo/public/c/system/macros.h" #include <assert.h> #include <stdint.h> #include <stdlib.h> #include "testing/gtest/include/gtest/gtest.h" namespace mojo { namespace … // namespace } // namespace mojo