Shafik Yaghmour

Compiler Engineer at Intel. This is a personal blog. The opinions stated here are my own, not those of my company.

Yes, this is still valid pcppreference even mentions this case](https://en.cppreference.com/w/cpp/language/function)

We can even mix in member variables:

```cpp class A { int foo(), bar(), x=0; };

See it om godbolt