diff options
Diffstat (limited to 'testdata/interface.txt')
-rw-r--r-- | testdata/interface.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testdata/interface.txt b/testdata/interface.txt index 04e3fb9ea..fec46637b 100644 --- a/testdata/interface.txt +++ b/testdata/interface.txt @@ -24,3 +24,6 @@ Byte(): 3 non-blocking call on sometimes-blocking interface slept 1ms slept 1ms +type is int +type is *int +type is **int |