Skip to content
Snippets Groups Projects
Select Git revision
  • 7640704945240d8c3fd608607cc45348fdc7f712
  • master default
  • labcomm2014
  • labcomm2006
  • python_sig_hash
  • typedefs
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.6
  • v2015.0
  • v2014.5
  • v2014.4
  • v2006.0
  • v2014.3
  • v2014.2
  • v2014.1
  • v2014.0
  • v2013.0
21 results

labcomm2014_fd_reader.c

Blame
  • simple.lc 356 B
    sample int an_int;
    sample int a_fixed_int_array[2];
    sample int a_fixed_int_multi_array[2, 2, 2];
    sample int a_fixed_int_array_array_array[2][2][2];
    sample int a_variable_int_array[_];
    sample int a_variable_int_multi_array[_, _, _];
    sample int a_variable_int_array_array_array[_][_][_];
    sample struct {
      int a;
      int b;
    } an_int_struct;
    sample void a_void;