summaryrefslogtreecommitdiffstats
path: root/tests/serialization/serialized-module.slang
blob: 861ddb3001e287bbcb82df43db3efa05f5344534 (plain)
1
2
3
4
5
6
7
8
9
10
11
//TEST_IGNORE_FILE:

// serialized-module.slang

import serialized_module_shared;

export int foo(Thing thing) 
{ 
    return (thing.a + thing.b) - thing.b; 
}