blob: 99ccf3b615c86ebf5a58f91a3ebeeba3c502bb5e [file] [log] [blame]
#include "libcxx1.h"
#include "libcxx2.h"
#include <stdio.h>
int main ()
{
if ( LibCxx1Class::Method() != 2.0 )
{
printf("Problem with libcxx1\n");
return 1;
}
if ( LibCxx2Class::Method() != 1.0 )
{
printf("Problem with libcxx2\n");
return 1;
}
return 0;
}