How does one initialize a reference within a structure?

Example:
Code:
struct _s {
  char& c;
}