// Storage class "static" is illegal in function parameter declaration for parameter "x" void foo(static int x) { }