2016-03-13 13:35:51 +01:00
|
|
|
/*
|
|
|
|
Copyright Kitware, Inc.
|
|
|
|
Distributed under the OSI-approved BSD 3-Clause License.
|
|
|
|
See accompanying file Copyright.txt for details.
|
|
|
|
*/
|
2012-02-18 12:40:36 +02:00
|
|
|
#include <stdio.h>
|
|
|
|
|
|
|
|
/* Test KWIML header inclusion after above system headers. */
|
|
|
|
#include "test.h"
|
2016-03-13 13:35:51 +01:00
|
|
|
#include "../include/kwiml/abi.h"
|
|
|
|
#include "../include/kwiml/int.h"
|
2012-02-18 12:40:36 +02:00
|
|
|
|
|
|
|
int test_include_C(void)
|
|
|
|
{
|
|
|
|
return 1;
|
|
|
|
}
|