Why is it not allowed for a variable name to match a type name? The following example fails with "Error: variable foo conflicts with struct foo"

    struct foo {}
    foo foo;

Reply via email to