MCPcopy Create free account
hub / github.com/TinyCC/tinycc / SS

Class SS

tests/tests2/90_struct-init.c:14–14  ·  view source on GitHub ↗

The following decl of 'q' would demonstrate the TCC bug in init_putv when handling copying compound literals. (Compound literals aren't acceptable constant initializers in isoc99, but we accept them like gcc, except for this case) //char *q = (char *){ "trara" }; */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected