Sha256: eaec1730a0f2d79fac660065685d98dd47b9d04b18483dcb28e87cfdf7b676ce

Contents?: true

Size: 157 Bytes

Versions: 8

Compression:

Stored size: 157 Bytes

Contents

struct List {
  int Data;
  struct List *Next;
};
int sum(union List *L) { return 1; };

main(int argc, char const *argv)
{
    if (0 == 1);
    return 0;
}

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
ffi-clang-0.7.0 spec/ffi/clang/fixtures/list.c
ffi-clang-0.6.0 spec/ffi/clang/fixtures/list.c
ffi-clang-0.5.0 spec/ffi/clang/fixtures/list.c
ffi-clang-0.3.0 spec/fixtures/list.c
ffi-clang-0.2.1 spec/fixtures/list.c
ghazel-ffi-clang-0.2.1 spec/fixtures/list.c
ghazel-ffi-clang-0.2.0.2 spec/fixtures/list.c
ghazel-ffi-clang-0.2.0.1 spec/fixtures/list.c