blob: 7514156ecd4a72dd4103a8410e0924f640ac75d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//TEST(smoke):SIMPLE:
//TEST(smoke):SIMPLE: -file-system load-file
//TEST(smoke):SIMPLE: -file-system os
#include "../b.h"
#include "../c.h"
#include "./../b.h"
float test(float x)
{
return foo(x) + bar(x);
}
|