quakeforge/ruamoko/qwaq/builtins
Bill Currie dc61d15340 [qfcc] Add failing test for array-typedef interaction
Two variables declared as arrays (same size) of different typedefs to
the same base type have their type encodings both pointing to the same
short alias.

From vkgen:

    51d3  ty_array  [4={int32_t>i}]      207f  0 4
    51d9  ty_array  [4=i]                1035  0 4
    51df  ty_alias  {>[4=i]}              16  51d9  51e6
    51e6  ty_array  [4={uint32_t>i}]     2063  0 4
    51ec  ty_union  {tag VkClearColorValue-} tag VkClearColorValue
	    4ca0     0 float32
	    51df     0 int32
	    51df     0 uint32

uint32 should use 51e6 and int32 should use 513d,
2023-06-30 02:39:51 +09:00
..
curses.c [gamecode] Make modules responsible for freeing resources 2023-03-03 20:26:00 +09:00
debug.c [gamecode] Make modules responsible for freeing resources 2023-03-03 20:26:00 +09:00
editbuffer.c [gamecode] Make modules responsible for freeing resources 2023-03-03 20:26:00 +09:00
graphics.c [qwaq] Get the console working for qwaq-x11 2023-05-24 12:44:16 +09:00
main.c [qfcc] Add failing test for array-typedef interaction 2023-06-30 02:39:51 +09:00
qwaq-cmd.c [qwaq] Fix up file headers 2021-12-24 06:45:13 +09:00
qwaq-curses.c [qwaq] Fix up file headers 2021-12-24 06:45:13 +09:00
qwaq-graphics.c [qwaq] Drop qwaq-graphics.log 2021-12-24 06:45:13 +09:00
term-input.c [gamecode] Make modules responsible for freeing resources 2023-03-03 20:26:00 +09:00
threading.c [qwaq] Implement more debugger def views 2021-09-25 01:42:36 +09:00